home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 2010 April
/
PCWorld0410.iso
/
pluginy Firefox
/
2108
/
2108.xpi
/
idl
/
stylishDataSource.idl
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2009-03-29
|
279 b
|
12 lines
#include "nsISupports.idl"
#include "nsIClassInfo.idl"
#include "nsIFile.idl"
interface mozIStorageConnection;
[scriptable, uuid(d6fe57ea-1126-4dc6-8636-d25d5b901929)]
interface stylishDataSource : nsIClassInfo
{
mozIStorageConnection getConnection();
nsIFile getFile();
};